MCPcopy Create free account
hub / github.com/SiddhantSilwal/RaspberryPi-GPIO-Web-Controller / toggle_monitor

Route toggle_monitor

AppData/app.py:None–None  ·  view source on GitHub ↗
app.route('/api/monitor', methods=['POST'])

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2
3from flask import Flask, render_template, request, jsonify, Response
4import json

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected